home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / DefineSprite_91 / frame_18 / DoAction.as
Text File  |  2011-08-19  |  170b  |  11 lines

  1. _root.countdown_go.start(0,0);
  2. if(_root.courseDisplay == "BOSS")
  3. {
  4.    clockInlay._visible = 0;
  5.    _root.bossClip.play();
  6. }
  7. else
  8. {
  9.    clockInlay._visible = 1;
  10. }
  11.